home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
start_here!
< prev
next >
Wrap
Text File
|
1999-04-24
|
754b
|
26 lines
Set AFCDVIEW AFCDView
FailAt 21
Stack 20000
;check whether user has installed AFCDView
If NOT EXISTS C:AFCDView
RequestChoice >ENV:INSTALL "Request" "AFCDView does not appear to be installed on your system. Do you wish to install it?" "Yes|No"
If $INSTALL EQ 1
Copy >NIL: :C/AFCDView TO C: CLONE
If $RC EQ 20
RequestChoice >NIL: "Information" "Sorry. Installation failed. Running AFCDView from the CD." "Continue"
Set AFCDVIEW :c/AFCDView
EndIf
Else
Set AFCDVIEW :c/AFCDView
EndIf
EndIf
;go for it!
If EXISTS ENV:SeenIt
Run >NIL: <NIL: $AFCDVIEW :-Websites-/-Amiga_Format-/frames.ben.html
Else
Run >NIL: <NIL: $AFCDVIEW :-Websites-/start.html
SetENV SeenIt 1
EndIf